NotificationProvider Xojo Plugin

DesktopNotificationProvider.Notify Method

Posts notification that has title and message.

Notify(
   type as DesktopNotificationProvider.NotifyType,
   title as String,
   message as String,
   allowVerticalGrow as Boolean)

Parameters

type
Type of the notification to post.
title
The title of the notification. If the title is empty string then title is skipped and message gets to use the space which the Title had.
message
The message of the notification.
allowVerticalGrow
If set to true then the notification can grow vertically to fit the message, else message is truncated if there is not enough space.

Remarks

See Also

DesktopNotificationProvider Control